home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TCHECKSENDACTSETUP / TCHECKSENDACTSETUP.txt
Text File  |  2004-10-12  |  2KB  |  104 lines

  1. object CheckSendActSetup: TCheckSendActSetup
  2.   Left = 515
  3.   Top = 317
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Check/Send Mail'
  7.   ClientHeight = 433
  8.   ClientWidth = 486
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object GroupBox1: TGroupBox
  21.     Left = 10
  22.     Top = 138
  23.     Width = 464
  24.     Height = 168
  25.     Caption = 'Accounts'
  26.     TabOrder = 0
  27.     object bSelectAll: TButton
  28.       Left = 325
  29.       Top = 20
  30.       Width = 129
  31.       Height = 30
  32.       Caption = '&Select All'
  33.       TabOrder = 0
  34.       OnClick = bSelectAllClick
  35.     end
  36.     object bUnselectAll: TButton
  37.       Left = 325
  38.       Top = 69
  39.       Width = 129
  40.       Height = 31
  41.       Caption = '&Unselect All'
  42.       TabOrder = 1
  43.       OnClick = bSelectAllClick
  44.     end
  45.     object lUsers: TCheckListBox
  46.       Left = 10
  47.       Top = 20
  48.       Width = 306
  49.       Height = 129
  50.       ItemHeight = 16
  51.       TabOrder = 2
  52.     end
  53.   end
  54.   object cbConnect: TCheckBox
  55.     Left = 20
  56.     Top = 315
  57.     Width = 454
  58.     Height = 21
  59.     Caption = 'Connect to the &Internet if needed'
  60.     TabOrder = 1
  61.   end
  62.   object cbDisconnect: TCheckBox
  63.     Left = 20
  64.     Top = 345
  65.     Width = 454
  66.     Height = 21
  67.     Caption = '&Disconnect when all sessions finished'
  68.     TabOrder = 2
  69.   end
  70.   object bOK: TButton
  71.     Left = 236
  72.     Top = 394
  73.     Width = 112
  74.     Height = 31
  75.     Caption = '&OK'
  76.     Default = True
  77.     ModalResult = 1
  78.     TabOrder = 3
  79.   end
  80.   object bCancel: TButton
  81.     Left = 364
  82.     Top = 394
  83.     Width = 112
  84.     Height = 31
  85.     Cancel = True
  86.     Caption = 'Cancel'
  87.     ModalResult = 2
  88.     TabOrder = 4
  89.   end
  90.   object rgMode: TRadioGroup
  91.     Left = 10
  92.     Top = 20
  93.     Width = 464
  94.     Height = 99
  95.     Caption = 'Action to perform'
  96.     ItemIndex = 0
  97.     Items.Strings = (
  98.       '&Check for new mail only'
  99.       'Send &Queued messages only'
  100.       'C&heck and send simultaneously')
  101.     TabOrder = 5
  102.   end
  103. end
  104.